object RestartDialog: TRestartDialog Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'RestartDialog' ClientHeight = 238 ClientWidth = 508 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 508 238) PixelsPerInch = 96 TextHeight = 14 object imgType: TResImage Left = 8 Top = 8 Width = 60 Height = 80 Transparent = True ResourceImage = 'DLG_SHIELD' end object lblTitle: TResLabel Left = 76 Top = 9 Width = 425 Height = 28 Anchors = [akLeft, akTop, akRight] AutoSize = False ShowAccelChar = False Transparent = True WordWrap = True ResourceCaption = 39961 ExplicitWidth = 376 end object lblMessageText: TResLabel Left = 8 Top = 116 Width = 488 Height = 30 AutoSize = False ShowAccelChar = False WordWrap = True ResourceCaption = 39963 end object lblTitle2: TResLabel Left = 76 Top = 50 Width = 419 Height = 33 Anchors = [akLeft, akTop, akRight] AutoSize = False ShowAccelChar = False WordWrap = True ResourceCaption = 39962 ExplicitWidth = 428 end object lblMessageText2: TResLabel Left = 8 Top = 156 Width = 488 Height = 30 AutoSize = False ShowAccelChar = False WordWrap = True ResourceCaption = 39964 end object Bevel1: TBevel Left = 8 Top = 100 Width = 492 Height = 8 Anchors = [akLeft, akTop, akRight] Shape = bsTopLine end object btnRestartNow: TResTeButton Left = 132 Top = 200 Width = 110 Height = 25 Default = True ModalResult = 1 TabOrder = 0 ResourceCaption = 39968 end object btnRestartLater: TResTeButton Left = 264 Top = 200 Width = 110 Height = 25 Cancel = True ModalResult = 2 TabOrder = 1 ResourceCaption = 39969 end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' end end